configs/legoev3: define CONFIG_SKIP_LOWLEVEL_INIT
authorDavid Lechner <[email protected]>
Wed, 29 May 2019 08:01:59 +0000 (10:01 +0200)
committerTom Rini <[email protected]>
Wed, 5 Jun 2019 16:14:02 +0000 (12:14 -0400)
commit18517ab8a1aa9489343e2760cec25a722f625264
tree01948d0e40db620adea22504f331986ff87869c3
parent4fde31e482db4a9ef047869abfaa331288652a15
configs/legoev3: define CONFIG_SKIP_LOWLEVEL_INIT

This adds a define for CONFIG_SKIP_LOWLEVEL_INIT in the legoev3 config.
On the EV3, U-Boot is loaded into RAM by another bootloader, so we
don't need the lowlevel init in U-Boot.

Signed-off-by: David Lechner <[email protected]>
Signed-off-by: Bartosz Golaszewski <[email protected]>
include/configs/legoev3.h